home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global irukam, md, mpnum, m_mode
- if m_mode = 0 then
- set md to 1
- set mpnum to the clickOn - 24
- set str to "P" & getAt(irukam, mpnum)
- set the member of sprite 44 to the name of member str
- set the visible of sprite (the clickOn - 18) to 0
- set the movieRate of sprite 3 to 0
- updateStage()
- end if
- end
-